<Code Lib>
2021 Method
Changes 0
M

UpdaterRegistry.AddTrigger(UpdaterId, Document, ICollection<ElementId>, ChangeType)

Description:
Adds a trigger to an updater with specified set of elements and ChangeType
Overloads (3):
AddTrigger(UpdaterId,Document,ICollection[ElementId],ChangeType)

public static void AddTrigger(
	UpdaterId id,
	Document document,
	ICollection<ElementId> elements,
	ChangeType change
)

Loading…